home *** CD-ROM | disk | FTP | other *** search
- // SybaseUtilities.h
- // Copyright 1994, NeXT Computer, Inc.
-
- #import <objc/objc-runtime.h>
-
- // Don't use this category for now, objects that are to be stored in
- // Sybase image columns should just be archived and unarchived
- #if 0
- // This is here temporarily until I figure out a better place for it.
- // Probably should go in the libdbui shlib
- #import <appkit/appkit.h>
-
- @interface NXImage (CustomClassMethods)
- - initWithData:(NSData *)data type:(NSString *)string;
- - (NSData *)dataWithFormat:(NSString *)format;
- @end
-
- #endif
-
- @interface Object (ForwardsCompatibility)
- + (BOOL)instancesRespondToSelector:(SEL)sel;
- @end
-
- @interface NSArray (MutableCreation)
- - (NSMutableArray *)createMutableArray;
- @end
-
- @interface NSMutableArray (MutableCreation)
- - (NSMutableArray *)createMutableArray;
- @end
-
-
-